secworks / xorshift_6502

Implementation of the xorshift PRNG in MOS 6502 assembler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xorshift_6502

Implementation of the xorshift PRNG in MOS 6502 assembler

Status

Not comnpleted. Does not work. Do. Not. Use.

Introduction

The Xorshift algorithm by Marsaglia is a fast, non secure PRNG algorithm. This repo is for an implementation of Xorshift in MOS 6502 assembler.

About

Implementation of the xorshift PRNG in MOS 6502 assembler

License:BSD 2-Clause "Simplified" License


Languages

Language:Assembly 79.6%Language:Go 20.4%