Giter Club home page Giter Club logo

smallprng's Introduction

Hi there ๐Ÿ‘‹

I am Dustin Kenefake, a 5th year phd student in the Pistikopoulos Group, where I focus mainly on algorithms and software for optimization. Code that my group has made can be found here. Find out more about my research and myself on my website. My hobby projects center around generating random numbers, optimization, and ray tracing.

Current Open Source Projects

  • PPOPT - A Scalable multiparametric programming solver written in Python
  • SmallPRNG - A header only extensible PRNG library/framework written in C++ (Tested with Testu01)
  • SmolPrng - A high performance extendable PRNG crate written in Rust
  • SimpleDenseGurobi - A helper package for using the Gurobi Solver, written in Python
  • Durandal - A convex NLP solver via successive LP technique, written in Python
  • FasterFVA - A FVA tool based on a novel algorithm, written in Python
  • Etymrs - A Etymological analysis tool for text passages, written in Rust

Not So Current Projects

  • OptimalPoly - A numerically stable optimal approximation of functions, written in Python

Fun Stats Badges

smallprng's People

Contributors

dkenefake avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

smallprng's Issues

GCC needs inlining encouragement

At

#elif __GNUC__
    #define _INLINE __attribute__((always_inline))
#else

GCC spews warnings since there's not an explicit inline there. Maybe we can try:

#elif __GNUC__
    #define _INLINE __attribute__((always_inline)) inline
#else

?

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.