Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8334499
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T03:22:32+00:00 2026-06-09T03:22:32+00:00

We have several instances in our game where we want to randomize a payout

  • 0

We have several instances in our game where we want to randomize a “payout” given an expected value of output. For instance, instead of rewarding “10 credits” every single time we would want to reward an average of 10 over the long run with some randomness thrown in with the goal of making it more “fun” by making it a bit unpredictable.

It’s easy enough to change it by a random amount or even make it a normal distribution but that’s not really optimized for “fun”. The difference in utility for a user between 5 and 15 credits is relatively small but if there were a chance that once in a while they would win 100 credits that would be a big draw and something to hope for.

Is there an algorithm that is optimized for gamblers? It’s basically a super simple slot machine — I would expect that someone has done the research to determine what makes something like this addicting and fun but I don’t even know where to begin to search for something like that.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T03:22:35+00:00Added an answer on June 9, 2026 at 3:22 am

    I think the papers lavin posted sound very interesting and should be looked into, but without knowing anything about slot machine algorithms, I would suggest something simple. The simple thing to do is just randomly select from two different distributions like this:

    select a random uniform U on [0,1]
    if (U <= p) select a random normal from N(10,2.5)
    if (U > p) select a random normal from N(100,10) 
    

    Here you just set p to be the probability of the reward coming from the less exciting distribution (and obvious 1-p is the probability of it coming from the more exciting distribution). You don’t need to use normals for those distributions. More uniforms would work ok, too.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have several instances of my project running on my server, like so: http://0.0.0.0/one
The main idea is that I have several worker instances of a Rails app,
I have a service which is running in a system in several instances. I
I have a NSMutableArray pages with several objects (instances of Page ). Each Page
Is it possible to have several consumers listening on a single MSMQ instance and
I have several xml files with different node structure. I want to extract xml
we run several instances of our program (c#) on a single computer. In each
Our SQL Server 2000 instance hosts several databases which are all similar, one for
I have several instances in my application that I would prefer to use a
We have several classes in place for our CMS and I'm trying to get

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.