Code Monkey home page Code Monkey logo

pyrandlib's People

Contributors

schmouk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

pyrandlib's Issues

Release 1.1.0

  • Modify copyright dates to 2021;
  • add Unix and UTF-8 goodies at top of all files;
  • conform to new documentation rules;
  • add usage of typing for types annotations.

Fix state initialization of LFibs and MRGs

It appears that very first initialization of LFibs and MRGs is not fully correct. Let's fix this according to the content of this chapter : L’Ecuyer, P., Panneton, F. (2009). F2-Linear Random Number Generators. In: Alexopoulos, C., Goldsman, D., Wilson, J. (eds) Advancing the Frontiers of Simulation. International Series in Operations Research & Management Science, vol 133. Springer, Boston, MA. https://doi.org/10.1007/b110059_9

Release 1.2.0

  • Optimize code (according to issue #15 );
  • Augment operator '()' (according to issue #16 );
  • Modify accordingly README.md.

Optimize code

Let's optimize code when possible (using comprehensions and the like, enhancing comments, normalizing docstrings, etc.)

Create release 2.23.0

Once issues #21 and #22 will have been resolved, let's create a new release with new numbering : major = 2, minor = two last digits of year, patch starting at 0 : 2.23.0

Augment operator '()'

On calls applied to a PRG variable with arguments, let's take benefit of the types of the arguments to return a value of same type.
Furthermore, let's return generators or lists under some circumstances, i.e. when many arguments are provided or when a named argument 'times' (integer) is specifically added at end of args list.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.