Skip to content

Commit 95aed7f

Browse files
authored
Update libraries.conf
Minor updates to rngs extension, removing random distributions that have been added as core NetLogo functionality.
1 parent d8afd30 commit 95aed7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libraries.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,9 +478,9 @@ The profiler extension is experimental. It is not yet well tested or user friend
478478
{
479479
name: "Expanded Random Number Generator"
480480
codeName: "rngs"
481-
shortDescription: "Multiple independent streams and expanded random distributions"
481+
shortDescription: "Multiple independent streams of random numbers and expansion of available random distributions"
482482
longDescription: """This extension allows the user to define multiple independent streams of random numbers and provides access to an expanded selection of discrete and continuous random distributions."""
483-
version: "2.0"
483+
version: "2.1"
484484
homepage: "https://github.com/AFMac/rngs"
485485
downloadURL: "https://raw.githubusercontent.com/NetLogo/NetLogo-Libraries/6.1/extensions/rngs-2.0.zip"
486486
}

0 commit comments

Comments
 (0)