b

btpe-iterations

This package contains Java code to reproduce the experiments of the following article: Vincent A. Cicirello. 2023. An Analysis of an Open Source Binomial Random Variate Generation Algorithm, Engineering Proceedings, 56(1), Article 86, October 2023. doi:10.3390/ASEC2023-15349.
https://github.com/cicirello/btpe-iterations
GPL-3.0-or-later
Cicirello.Org
Vincent A Cicirello
Files download
File Operation
btpe-iterations-1.0.0.jar download
btpe-iterations-1.0.0.pom download
btpe-iterations-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.cicirello</groupId>
  <artifactId>btpe-iterations</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.cicirello:btpe-iterations:1.0.0'
Gradle Kotlin
implementation("org.cicirello:btpe-iterations:1.0.0")
Scala SBT
libraryDependencies += "org.cicirello" % "btpe-iterations" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.cicirello', module='btpe-iterations', version='1.0.0')
)
Apache Ivy
<dependency org="org.cicirello" name="btpe-iterations" rev="1.0.0" />
Leiningen
[org.cicirello/btpe-iterations "1.0.0"]
Apache Buildr
'org.cicirello:btpe-iterations:jar:1.0.0'