Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AberrantWolf/droprate
/ types & classes
Types & classes
3 in github.com/AberrantWolf/droprate
⨍
Functions
16
◇
Types & classes
3
Class
FairlyRandomTable
`FairlyRandomTable` aims to create results which a human might create when asked to create a random sequence from a weighted table. It is human nature
src/lib.rs:245
Interface
ProbabilityTable
src/lib.rs:17
Class
RandomTable
`RandomTable` represents a table of options and their relative weights. The odds of any option being selected is `option's weight / all options' weigh
src/lib.rs:128