Giter Site home page Giter Site logo

scumdogsteev / mls-junk-generatr Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 148 KB

R Implementation of the MLS Junk Generator (random number generator)

Home Page: http://steve.mylesandmyles.info/projects/mls-junk-generator/

License: MIT License

R 100.00%
rtats mls-junk-generator mlsjunkgen random-number-generators random-number-generator rng

mls-junk-generatr's Introduction

MLS Junk GeneratR (R Implementation of the MLS Junk Generator)

by Scumdog Steev / Steve Myles

License: MIT License

About: This is a pseudo-random number generator implemented in R and Excel/VBA. This version has been replaced by the R package version (mlsjunkgen).

Project Home: http://steve.mylesandmyles.info/projects/mls-junk-generator/

Algorithm:

For any seed values of w, x, y, z:

ri = 5.980217w2 + 9.446377x0.25 + 4.81379y0.33 + 8.91197z0.5

ri = ri - Int(ri)

For ri+1:

w = x

x = y

y = z

z = ri

Files:

  1. mlsjunkgen.R - R implementation that creates either a vector or a data frame of pseudo-random numbers.

Project Info:

  • Converted to R package mlsjunkgen: 2015.08.16
  • R Source last updated: 2015.02.01

mls-junk-generatr's People

Contributors

scumdogsteev avatar

Watchers

 avatar  avatar

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.