Next: Introduction, Previous: (dir), Up: (dir) [Contents][Index]
This is the random Reference Manual, version 0.2, generated automatically by Declt version 3.0 "Montgomery Scott" on Tue Dec 22 14:52:13 2020 GMT+0.
• Introduction | What random is all about | |
• Systems | The systems documentation | |
• Files | The files documentation | |
• Packages | The packages documentation | |
• Definitions | The symbols documentation | |
• Indexes | Concepts, functions, variables and data types |
random ====== ACM random number generator
Next: Files, Previous: Introduction, Up: Top [Contents][Index]
The main system appears first, followed by any subsystem dependency.
• The random system |
Robert Brown
New BSD license. See the copyright messages in individual files.
Some simple random number generators.
0.2
com.google.base
com.google.base
random.asd (file)
Files are sorted by type and then listed depth-first from the systems components trees.
• Lisp files |
• The random.asd file | ||
• The random/random-package.lisp file | ||
• The random/random.lisp file |
Next: The random/random-package․lisp file, Previous: Lisp files, Up: Lisp files [Contents][Index]
random.asd
random (system)
Next: The random/random․lisp file, Previous: The random․asd file, Up: Lisp files [Contents][Index]
Previous: The random/random-package․lisp file, Up: Lisp files [Contents][Index]
random-package.lisp (file)
random (system)
random.lisp
Next: Definitions, Previous: Files, Up: Top [Contents][Index]
Packages are listed by definition order.
• The random package |
Google random number generators.
random-package.lisp (file)
Definitions are sorted by export status, category, package, and then by lexicographic order.
• Exported definitions |
Previous: Definitions, Up: Definitions [Contents][Index]
• Exported functions | ||
• Exported generic functions |
Next: Exported generic functions, Previous: Exported definitions, Up: Exported definitions [Contents][Index]
Return true when (UNIFORM-UINT32 RANDOM N) is zero.
random.lisp (file)
Picks a base uniformly from the range [0, MAXIMUM-LOG] and then returns base random bits. The effect is the same as picking a number in the range [0, (2^MAXIMUM-LOG) - 1] with a bias toward smaller numbers.
random.lisp (file)
Returns a pseudo-random non-negative 32-bit integer modulo the non-negative integer N. When N is zero, zero is returned.
random.lisp (file)
Previous: Exported functions, Up: Exported definitions [Contents][Index]
Returns a non-negative pseudo-random 16-bit integer.
random.lisp (file)
Returns a non-negative pseudo-random 32-bit integer.
random.lisp (file)
Returns a non-negative pseudo-random 64-bit integer.
random.lisp (file)
Returns a non-negative pseudo-random 8-bit integer.
random.lisp (file)
Resets RANDOM to a default state.
random.lisp (file)
Previous: Definitions, Up: Top [Contents][Index]
• Concept index | ||
• Function index | ||
• Variable index | ||
• Data type index |
Next: Function index, Previous: Indexes, Up: Indexes [Contents][Index]
Jump to: | F L R |
---|
Jump to: | F L R |
---|
Next: Variable index, Previous: Concept index, Up: Indexes [Contents][Index]
Jump to: | F G N O R S U |
---|
Jump to: | F G N O R S U |
---|
Next: Data type index, Previous: Function index, Up: Indexes [Contents][Index]
Previous: Variable index, Up: Indexes [Contents][Index]
Jump to: | P R S |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
P | |||
Package, random : | The random package | ||
| |||
R | |||
random : | The random system | ||
random : | The random package | ||
| |||
S | |||
System, random : | The random system | ||
|
Jump to: | P R S |
---|